.item_banner{
    position: relative;
    margin-top: 3rem;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}
.item_banner img{
    width: 100%;
    height: auto;
}


.main_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bgcolor)
}
.main_title{
    display: flex;
    align-self: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.item_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: normal;
    background-color: var(--bgcolor);
    margin:.5rem 0;
}
.item_list{
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: .8rem;
    font-weight: normal;
    background-color: var(--bgcolor)
}
.main_content p{
    width: 90vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: .8rem;
    font-weight: normal;
}
.main_content p:first-of-type{
    margin-top: 2rem;
    display: flex;
}